ComponentOne MultiSelect for WinForms
C1.Framework.Mathematics Namespace / Matrix Class / Matrix Constructor / Matrix Constructor(Double[,])

In This Topic
    Matrix Constructor(Double[,])
    In This Topic
    Initializes a new instance of Matrix class.A two dimension double array used to save the elements.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal elements(,) As Double _
    )
    public Matrix( 
       double[,] elements
    )

    Parameters

    elements
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also